The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "io::aio"

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC - Search in distribution
  • treescan - scan directory trees, list dirs/files, stat, sync, grep

IO::AIO::Util - useful functions missing from IO::AIO River stage zero No dependents

This module provides useful functions that are missing from "IO::AIO::Util"....

GRAY/IO-AIO-Util-0.11 - 28 Feb 2019 13:40:54 UTC - Search in distribution

IO::AIO::LoadLimited - A tiny IO::AIO extension that allows to load multiple files River stage zero No dependents

UFOBAT/IO-AIO-LoadLimited-0.02 - 27 Sep 2017 19:38:32 UTC - Search in distribution

HTTP::Server::EV::IO::AIO - Implements HTTP::Server::EV::MultipartFile using IO::AIO River stage zero No dependents

NYAKNYAN/HTTP-Server-EV-0.69 - 01 Mar 2015 21:19:56 UTC - Search in distribution

Text::APL::Reader::AIO - reader using IO::AIO River stage zero No dependents

VTI/Text-APL-0.09 - 23 Sep 2018 14:56:46 UTC - Search in distribution

Sprocket::AIO - IO::AIO support for Sprocket plugins River stage one • 1 direct dependent • 1 total dependent

This module handles everything needed to use IO::AIO within Sprocket plugins. You only need to use Sprocket::AIO and the callbacks from Sprocket::Connection. Sprocket::AIO will import AIO into your package for you....

XANTUS/Sprocket-0.07 - 07 Oct 2007 12:53:11 UTC - Search in distribution

AnyEvent::IO::IOAIO - AnyEvent::IO backend based on IO::AIO River stage three • 409 direct dependents • 668 total dependents

This is the IO::AIO-based backend of AnyEvent::IO (via AnyEvent::AIO). All I/O operations it implements are done asynchronously....

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

Linux::AIO - linux-specific aio implemented using clone River stage zero No dependents

*This module has been mostly superseded by IO::AIO, which is API compatible.* This module implements asynchronous I/O using the means available to Linux - clone. It does not hook into the POSIX aio_* functions because Linux does not yet support these...

MLEHMANN/Linux-AIO-1.9 - 01 Feb 2006 23:48:57 UTC - Search in distribution

BDB - Asynchronous Berkeley DB access River stage one • 1 direct dependent • 1 total dependent

See the BerkeleyDB documentation (<http://www.oracle.com/technology/documentation/berkeley-db/db/index.ht ml>). The BDB API is very similar to the C API (the translation has been very faithful). See also the example sections in the document below and...

MLEHMANN/BDB-1.92 - 18 Jan 2018 16:45:31 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution

Archive::BagIt::Fast - A module to use IO::AIO to get better performance River stage one • 1 direct dependent • 1 total dependent

ART/Archive-BagIt-Fast-0.090 - 28 Jan 2022 17:36:32 UTC - Search in distribution

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

Corona - Coro based PSGI web server River stage one • 2 direct dependents • 6 total dependents

Corona is a Coro based Plack web server. It uses Net::Server::Coro under the hood, which means we have coroutines (threads) for each socket, active connections and a main loop. Because it's Coro based your web application can actually block with I/O ...

MIYAGAWA/Corona-0.1004 - 28 Mar 2010 21:52:08 UTC - Search in distribution

Coro::Intro River stage two • 53 direct dependents • 69 total dependents

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution
  • Coro::AIO - truly asynchronous file and directory I/O

Sah::Schema::language::code - Language code (alpha-2 or alpha-3) River stage one • 1 direct dependent • 1 total dependent

Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted....

PERLANCAR/Sah-Schemas-Language-0.005 - 18 Nov 2023 00:06:18 UTC - Search in distribution

Async::Interrupt - allow C/XS libraries to interrupt perl asynchronously River stage one • 5 direct dependents • 5 total dependents

This module implements a single feature only of interest to advanced perl modules, namely asynchronous interruptions (think "UNIX signals", which are very similar). Sometimes, modules wish to run code asynchronously (in another thread, or from a sign...

MLEHMANN/Async-Interrupt-1.26 - 27 Apr 2020 11:35:31 UTC - Search in distribution

Mojo::IOLoop - Minimalistic event loop River stage four • 943 direct dependents • 1041 total dependents

Mojo::IOLoop is a very minimalistic event loop based on Mojo::Reactor, it has been reduced to the absolute minimal feature set required to build solid and scalable non-blocking clients and servers. Depending on operating system, the default per-proce...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

AnyEvent::Fork - everything you wanted to use fork() for, but couldn't River stage two • 7 direct dependents • 12 total dependents

This module allows you to create new processes, without actually forking them from your current process (avoiding the problems of forking), but preserving most of the advantages of fork. It can be used to create new worker processes or new independen...

MLEHMANN/AnyEvent-Fork-1.32 - 26 Jan 2022 16:44:27 UTC - Search in distribution

Linux::Clone - an interface to the linux clone, unshare, setns, pivot_root and kcmp syscalls River stage one • 2 direct dependents • 2 total dependents

This module exposes the linux clone(2), unshare(2) and some related syscalls to Perl. $retval = unshare $flags The following CLONE_ flag values (without CLONE_ prefix) are supported for unshare, if found, in this release. See the documentation for un...

MLEHMANN/Linux-Clone-1.3 - 06 Sep 2022 10:57:22 UTC - Search in distribution
40 results (0.049 seconds)